gtk-demo: Fix building scrolling demo without PangoFT2
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 11 Nov 2020 03:08:38 +0000 (11:08 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 11 Nov 2020 03:15:05 +0000 (11:15 +0800)
commita76f37a501e18ee66205f56bc6731c1a9515e1e2
tree93f21414b9856339d714155f5b1fe7f8400bd4f0
parent0ececc7109577ce8d054821556416709679b401c
gtk-demo: Fix building scrolling demo without PangoFT2

For builds that do not have PangoFT2, the demo fails to link because we weren't
building listview_ucd.c.  Fix the build by building listview_ucd.c with
script-names.c and unicode-names.c for all builds, as we now require a Pango
version that already always depends on HarfBuzz and those sources do not use
anything from PangoFT2.
demos/gtk-demo/meson.build